GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-31T19:47:00.4658339+00:00",
"SubmitDate": "2026-03-31T19:47:00.4658339+00:00",
"ReportPeriodStart": "2026-03-31T19:47:00.4658339+00:00",
"ReportPeriodEnd": "2026-03-31T19:47:00.4658339+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cb9daf81-2c30-4b33-8d8a-4bcef0de998b",
"Rows": [
{
"ItemId": "4204e5ab-2a2f-44d0-a463-2ba5fac9ef56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4204e5ab-2a2f-44d0-a463-2ba5fac9ef56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cb9daf81-2c30-4b33-8d8a-4bcef0de998b",
"Rows": [
{
"ItemId": "4204e5ab-2a2f-44d0-a463-2ba5fac9ef56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4204e5ab-2a2f-44d0-a463-2ba5fac9ef56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f75b9d3f-f63d-47bd-aba0-bc87fab0058b",
"4386f6c5-ae01-4cc8-a066-bb173d8d049c"
],
"Approvers": [
"b5e3c1e0-e095-424a-be34-9c9a952450ed",
"3ee2f6e0-f609-4825-80d4-3278e5647e11"
],
"ApprovedBy": "c351c9b2-8609-45d4-8590-160f38ceadf2",
"ApprovalDate": "2026-03-31T19:47:00.4658339+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1b03891e-5e72-412d-b575-2d1a93fd3549",
"id": "7fa8f804-a1bb-4b98-8a3c-d1ca90abd870",
"ConfigId": "4763693f-681e-4d1b-9bab-5445eb2d38c8"
},
{
"GenerationDate": "2026-03-31T19:47:00.4658339+00:00",
"SubmitDate": "2026-03-31T19:47:00.4658339+00:00",
"ReportPeriodStart": "2026-03-31T19:47:00.4658339+00:00",
"ReportPeriodEnd": "2026-03-31T19:47:00.4658339+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cb9daf81-2c30-4b33-8d8a-4bcef0de998b",
"Rows": [
{
"ItemId": "4204e5ab-2a2f-44d0-a463-2ba5fac9ef56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4204e5ab-2a2f-44d0-a463-2ba5fac9ef56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cb9daf81-2c30-4b33-8d8a-4bcef0de998b",
"Rows": [
{
"ItemId": "4204e5ab-2a2f-44d0-a463-2ba5fac9ef56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4204e5ab-2a2f-44d0-a463-2ba5fac9ef56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f75b9d3f-f63d-47bd-aba0-bc87fab0058b",
"4386f6c5-ae01-4cc8-a066-bb173d8d049c"
],
"Approvers": [
"b5e3c1e0-e095-424a-be34-9c9a952450ed",
"3ee2f6e0-f609-4825-80d4-3278e5647e11"
],
"ApprovedBy": "c351c9b2-8609-45d4-8590-160f38ceadf2",
"ApprovalDate": "2026-03-31T19:47:00.4658339+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1b03891e-5e72-412d-b575-2d1a93fd3549",
"id": "7fa8f804-a1bb-4b98-8a3c-d1ca90abd870",
"ConfigId": "4763693f-681e-4d1b-9bab-5445eb2d38c8"
}
]